home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / etc / dbus-1 / system.d / newprinternotification.conf < prev    next >
Text File  |  2009-10-19  |  1KB  |  32 lines

  1. <!DOCTYPE busconfig PUBLIC
  2.  "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
  3.  "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
  4. <busconfig>
  5.     <policy at_console="true">
  6.         <allow own="com.redhat.NewPrinterNotification"/>
  7.     </policy>
  8.  
  9.     <policy user="root">
  10.         <allow own="com.redhat.NewPrinterNotification"/>
  11.     </policy>
  12.  
  13.     <policy user="root">
  14.         <allow send_destination="com.redhat.NewPrinterNotification"
  15.                send_interface="com.redhat.NewPrinterNotification"/>
  16.     </policy>
  17.  
  18.     <policy context="default">
  19.         <deny own="com.redhat.NewPrinterNotification"/>
  20.  
  21.         <deny send_destination="com.redhat.NewPrinterNotification"
  22.               send_interface="com.redhat.NewPrinterNotification"/>
  23.     </policy>
  24.  
  25.     <policy context="default">
  26.         <allow send_destination="com.redhat.NewPrinterNotification"
  27.                send_interface="org.freedesktop.DBus.Introspectable" />
  28.         <allow send_destination="com.redhat.NewPrinterNotification"
  29.                send_interface="org.freedesktop.DBus.Properties" />
  30.     </policy>
  31. </busconfig>
  32.